object frmAutocareOptions: TfrmAutocareOptions Left = 354 Top = 268 BorderStyle = bsDialog Caption = 'Automatic 1-Click Maintenance Options' ClientHeight = 185 ClientWidth = 400 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate DesignSize = ( 400 185) PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 143 Width = 385 Height = 9 Anchors = [akLeft, akRight, akBottom] Shape = bsTopLine end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 385 Height = 81 Caption = 'Action' TabOrder = 0 object rbscan: TRadioButton Left = 8 Top = 24 Width = 265 Height = 17 Caption = 'Only scan for problems' TabOrder = 0 end object rbscanfix: TRadioButton Left = 8 Top = 48 Width = 169 Height = 17 Caption = 'Scan and repair problems' TabOrder = 1 end end object cbRestorepoint: TCheckBox Left = 16 Top = 104 Width = 385 Height = 17 Caption = 'Create restore point before correct problems' TabOrder = 1 Visible = False end object btnTracks: TBitBtn Left = 8 Top = 104 Width = 225 Height = 25 Caption = 'Select tracks you want to erase' TabOrder = 2 OnClick = btnTracksClick end object btnCancel: TBitBtn Left = 315 Top = 154 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object btnOK: TBitBtn Left = 227 Top = 154 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' Default = True TabOrder = 4 OnClick = btnOKClick end end